home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / hal / scripts / hal-system-power-reboot < prev    next >
Text File  |  2008-10-26  |  239b  |  12 lines

  1. #!/bin/sh
  2.  
  3. . hal-functions
  4.  
  5. if [ "$CK_NUM_SESSIONS" -gt "1" ] ; then
  6.     hal_check_priv org.freedesktop.hal.power-management.reboot-multiple-sessions
  7. else
  8.     hal_check_priv org.freedesktop.hal.power-management.reboot
  9. fi
  10.  
  11. hal_exec_backend
  12.